Einhugur Word Plugin for Xojo

Paragraph.LogicalRun Method

Fetches Run at given index, grouping runs fields that use complex runs into one.

LogicalRun(
   index as Integer) as EinhugurWord.Run

Parameters

index
Index of the Run to fetch (zero based).

Returns

EinhugurWord.Run
Handle to the Run or nil if out of range.

Remarks

Some fields generate complex runs which often use up 5 runs. When asking for Logical paragraph items then those complex runs get grouped so that one complex run is returned as one item.

See Also

Paragraph Class